GAPrintHowTo
Section: C Library Functions (3)
Updated: IRIT Version 6.0
Index
Return to Main Contents
NAME
GAPrintHowTo()
SYNOPSIS
misc_lib/getarg.c:754
void GAPrintHowTo(char *CtrlStr)
DESCRIPTION
Routine to print the correct format of command line allowed, to stderr.
For example, for the following control string,
"Example1 i%-OneInteger!d s%-Strings!*s j%- k!-Float!f Files"
This routine will print
Example1 [-i OneIngeter] [-s Strings...] [-j] -k Float Files...
PARAMETERS:
CtrlStr: Defining the types/options to expect in the command line.
FUNCTION RETURN VALUE
void
ORIGIN
(C) Copyright 1989/90-95 Gershon Elber, Technion, IIT
Index
- NAME
-
- SYNOPSIS
-
- DESCRIPTION
-
- PARAMETERS:
-
- FUNCTION RETURN VALUE
-
- ORIGIN
-
This document was created by
man2html,
using the manual pages.
Time: 07:27:16 GMT, October 17, 2022